ArcGIS Data Reviewer API for JavaScript
Show:

BatchValidationJobExecutionDetails Class

Encapsulates batch validation job execution details. Details include status, messages, geoprocessing and batch run IDs, and start and finish times. Job execution details are included in Batch Validation job details.

Batch Job Execution Details are empty until execution has started. Adhoc jobs contain details for a single execution. Scheduled jobs contain details for the last execution only.

See BatchValidationJobDetails

Constructor

BatchValidationJobExecutionDetails

()

Properties

batchRunId

String

Gets the batch run Id of the job execution.

finishTimeUTC

Date

Gets the finish time of the job execution.

gpJobId

String

Gets the job's geoprocessing Job Id.

gpUrl

String

Gets the URL of the geoprocessing service that executed the batch validation.

messages

String

Gets batch validation messages.

startTimeUTC

Date

Gets the start time of the job execution.

status

String

Gets the batch validation status. Status values are:

  • Queued
  • Executing
  • Completed
  • Failed
  • Canceled
  • TimedOut
  • Unknown